home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Programming / ADOS Guide / ADOS commands / LAB < prev    next >
Text File  |  1998-02-16  |  494b  |  22 lines

  1.                          --AMIGADOS GUIDE V2.5--
  2.                                    LAB         
  3.  
  4.  
  5.    USE:
  6.    LAB is short for Label and is part of the script languages Skip...LAB...
  7.    Endskip construct.  It defines a label where the skip is to jump to.
  8.  
  9.    PATH:
  10.    Internal
  11.  
  12.    SYSTEM:
  13.    2.0 (enhanced), 2.1, 3.0
  14.  
  15.    EXAMPLES:
  16.    SKIP END (start skip process)
  17.    ---      (misses command here)
  18.    LAB END  (skip jumps to this point)
  19.  
  20.    NOTES:
  21.    LAB can only be used within a script file.
  22.